Amber's Digital Garden

Indie Animation LookDev

Notes on a simple stylized character pipeline for blender animations.


Facial Animation

Texture-based. Basically, we use a texture like this and shift the UVs around:

Pasted image 20260814101759.png

You can export a UV Layout like this:

Pasted image 20260814102049.png

Paint in an external program like Krita, maintaining a consistent grid distance. Then, use a material like the one below to animate the offsets in blender, giving us control over expressions:

Pasted image 20260814102517.png

You animate the Location input of the Mapping node at regular distances (in the case of a 3x3 grid above, intervals of 0.33. 4x4 would be 0.25 intervals) to produce different faces.

You can use a chain of mix nodes with a single Value node and some math to make this easier:

Pasted image 20260814102931.png

You can take this a step further with Drivers in the rig. Place a bone next to the head and make the bone's position to the Value.

See Here

Sources:


by Ink